Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat migrate to Nuxt3 #371

Closed
wants to merge 61 commits into from
Closed

Feat migrate to Nuxt3 #371

wants to merge 61 commits into from

Conversation

gabaldon
Copy link
Collaborator

close #370

@gabaldon gabaldon marked this pull request as draft February 21, 2024 16:32
@gabaldon gabaldon force-pushed the feat/nuxt3 branch 2 times, most recently from d0cdcfa to 3ed77b4 Compare February 22, 2024 10:37
@gabaldon gabaldon marked this pull request as ready for review February 22, 2024 16:41
package.json Outdated Show resolved Hide resolved
packages/ui/.prettierignore Outdated Show resolved Hide resolved
packages/ui/Dockerfile Show resolved Hide resolved
packages/ui/api/index.ts Outdated Show resolved Hide resolved
yarn.lock Show resolved Hide resolved
@gabaldon gabaldon force-pushed the feat/nuxt3 branch 7 times, most recently from 849b4ba to a8c894d Compare February 28, 2024 10:40
aeweda and others added 10 commits March 8, 2024 23:25
Update environment variables
- Add Optimism Sepolia
Add support for networks using [WitnetFeeds contract](https://github.com/witnet/witnet-solidity-bridge/blob/2.0.x/contracts/apps/WitnetFeeds.sol):
- Implement the NetworkRouter class that handles all the communication with each network.
- Listen to the networks using the `WitnetPriceRouter` with `listenLegacyPriceRouter` and the new network using `WitnetFeeds` with `listenWitnetPriceFeeds`.
- Update the configuration file. The networks still using the old witnet price router are marked using `legacy: true` in the network configuration. Also, the file configuration has been updated to include the feed key. This new key consists of a map with the default values of the existing price feeds. According to that, the price feeds deployed using the default configuration have been deleted from the network feeds section. If a feed configuration appears in the network feeds, it will overwrite the default configuration. Now, we get all the available price feeds in a network called the [supportedFeeds](https://github.com/witnet/witnet-solidity-bridge/blob/2.0.x/contracts/interfaces/IFeeds.sol#L8) method.
},
"volta": {
"node": "16.20.0",
"node": "21.6.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"node": "21.6.1",
"node": "20",

Tommytrg and others added 12 commits April 4, 2024 12:59
Add support for networks using [WitnetFeeds contract](https://github.com/witnet/witnet-solidity-bridge/blob/2.0.x/contracts/apps/WitnetFeeds.sol):
- Implement the NetworkRouter class that handles all the communication with each network.
- Listen to the networks using the `WitnetPriceRouter` with `listenLegacyPriceRouter` and the new network using `WitnetFeeds` with `listenWitnetPriceFeeds`.
- Update the configuration file. The networks still using the old witnet price router are marked using `legacy: true` in the network configuration. Also, the file configuration has been updated to include the feed key. This new key consists of a map with the default values of the existing price feeds. According to that, the price feeds deployed using the default configuration have been deleted from the network feeds section. If a feed configuration appears in the network feeds, it will overwrite the default configuration. Now, we get all the available price feeds in a network called the [supportedFeeds](https://github.com/witnet/witnet-solidity-bridge/blob/2.0.x/contracts/interfaces/IFeeds.sol#L8) method.
@Tommytrg
Copy link
Member

Tommytrg commented Apr 6, 2024

Superseded by #378

@Tommytrg Tommytrg closed this Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate to Nuxt3
4 participants